home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Juegos / skatecart.swf / scripts / DefineButton2_113 / BUTTONCONDACTION on(keyPress Right).as next >
Encoding:
Text File  |  2005-11-19  |  163 b   |  12 lines

  1. on(keyPress "<Right>"){
  2.    tellTarget("/B")
  3.    {
  4.       prevFrame();
  5.    }
  6.    tellTarget("/B/bike")
  7.    {
  8.       gotoAndStop("right");
  9.       play();
  10.    }
  11. }
  12.